projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2d2dda
)
(Fdelete_frame): Correct local variable pointing to
author
Gerd Moellmann
<gerd@gnu.org>
Thu, 16 Sep 1999 12:52:16 +0000
(12:52 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Thu, 16 Sep 1999 12:52:16 +0000
(12:52 +0000)
selected frame after selecting new frame.
src/frame.c
patch
|
blob
|
history
diff --git
a/src/frame.c
b/src/frame.c
index a9ddc8e40dc45af5ec4c7c3239fbe1b4ef292d7a..ae7a15c426e0a7cf2ad9d6dd722aa1fbe4ed7e7c 100644
(file)
--- a/
src/frame.c
+++ b/
src/frame.c
@@
-1197,6
+1197,7
@@
but if the second optional argument FORCE is non-nil, you may do so.")
}
do_switch_frame (frame1, Qnil, 0);
+ sf = SELECTED_FRAME ();
}
/* Don't allow minibuf_window to remain on a deleted frame. */